home *** CD-ROM | disk | FTP | other *** search
/ HyperStudio: Software for a Mediacentric World! / HyperStudio Macintosh Program Resource CD MAC (HM-310-0397-R07)(Roger Wagner Publishing, Inc.)(1997).iso / Media Library / Multipaedia Library / Archeology / Archeology.STACK / Archeology.STACK.rsrc / TEXT_4110_DrawPICT.txt < prev    next >
Text File  |  1996-12-26  |  442b  |  14 lines

  1. DrawPICT v1.00 by Ken Kashmarek
  2. -------------------------
  3.  
  4. This NBA allows you to load a PICT file from disk and display it centered on the current card.  If the pathname is null, then a standard file dialog is put up requesting you to select a file.  NBA button input would be coded as a pathname:
  5.  
  6. pathname
  7.  
  8. HyperLogo code would be as follows:
  9.  
  10. MAKE "path "fullpathname
  11. MAKE "retcode CALLNBA "DrawPICT :path 4
  12.  
  13. Requires System 7 or higher.
  14.